home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presentation Library 1993 Spring
/
ARPL-Spring-93-Partner-Edition.iso
/
Applications
/
Databases
/
GQL V3.0 Demo
/
GQL⁄User
/
GQL_User.rsrc
/
STR#_1603.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-02-03
|
354 b
|
23 lines
open ^DBMS^ dbms as user "^DBUSER^" with password "^DBPASSWORD^";
open ^DBMS^ database "^DBNAME^" as user "^DBUSER^" with password "^DBPASSWORD^";
close database;
close dbms;
use location "^DBLOC^";
describe open dbms;
describe open databases;
printctl 0;
printctl 12,2,3,4,5,12,12,12,9,10,11,12,13,14,15;
execute in ^DBBRAND^ "^CMDSTRING^";